@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
@charset "UTF-8";



  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #025951;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 2, 89, 81;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.bg-light {
  background-color: var(--bs-gray-200) !important;
}

.bg-lighta {
  background-color: var(#f9fafb) !important;
} 

.text-small {
  font-size: 0.85rem;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--bs-orange);
}

img {
  max-width: 100% !important;
}

.top {
  font-size: 0.85rem;
}

.head-tel {
  background: url(../images/tel.png) left center no-repeat;
}

header nav {
  line-height: 3rem;
}

header nav [class^="col"] {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

header nav [class^="col"]:hover .sub-nav-box {
  display: block;
}

header nav [class^="col"] > a {
  display: block;
  color: white;
}

header nav [class^="col"] > a:hover {
  background: var(--bs-green);
  color: white;
}

.box-shadow {
  box-shadow: 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.sub-nav-box {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 100%;
  background: white;
  padding: 0.5rem 0;
}

.sub-nav-box a {
  display: block;
  color: var(--bs-gray-600);
}

.sub-nav-box a:hover {
  background: var(--bs-gray-200);
  color: var(--bs-primary);
}

.sub-nav-box::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-bottom: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -6px;
  left: 50%;
  color: #fff;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

footer {
  line-height: 2;
}

footer a {
  color: var(--bs-gray-500);
}

footer a:hover {
  color: var(--bs-gray-100);
}

footer .a-items {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
  font-size: 0.85rem;
}

footer .a-items div {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--bs-secondary);
  margin: 0 0.25rem;
  line-height: 1;
  padding: 0.25rem;
}

footer .a-items div img {
  margin-right: 0.25rem;
}

.text-gray {
  color: var(--bs-gray);
}

[class^="icon-"] {
  margin-right: 5px;
  background: url(../images/icon.png);
}

.icon-school {
  padding: 0 15px;
  background-position: -48px -327px;
}

.icon-detail {
  padding: 0 10px;
  background-position: -52px -5px;
}

.icon-adv {
  padding: 0 10px;
  background-position: -53px -87px;
}

.icon-rules {
  padding: 0 15px;
  background-position: -49px -369px;
}

.icon-photo {
  padding: 0 15px;
  background-position: -49px -243px;
}

.icon-faq {
  padding: 0 15px;
  background-position: -49px -285px;
}

h2.title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

h2.title span {
  color: var(--bs-primary);
}

h3.title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding-bottom: 0.5rem;
}

h3.title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid var(--bs-gray-900);
}

.title-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--bs-gray-200);
  line-height: 1;
  align-items: center;
}

.icon-news {
  padding: 0 10px;
  background-position: -53px -125px;
}

.icon-pen {
  padding: 0 10px;
  background-position: -53px -167px;
}

.adv-list span {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: var(--bs-purple);
  margin: 0 0.5rem;
  color: white;
  border-radius: 2px;
  box-shadow: 3px 3px 3px rgba(130, 138, 145, 0.2);
}

.adv-list span:last-of-type {
  background: var(--bs-teal);
}

.adv-list span:first-of-type {
  background: var(--bs-cyan);
}

.school-news {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0;
}

.school-news li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding-left: 12px;
  background: url(../images/li-bg.jpg) no-repeat center left;
  display: flex;
  justify-content: space-between;
}

.school-news li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-news li span {
  flex: none;
  margin-left: 1rem;
  color: gray;
}

.ruleslist {
  padding: 0 2rem;
}

.ruleslist dl {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--bs-gray-200);
  display: flex;
}

.ruleslist dl dt img {
  width: 300px;
  height: 200px;
}

.ruleslist dl dd {
  margin: 0 0 0 2rem;
}

.ruleslist dl dd > a {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.ruleslist dl dd [class^="col"] {
  margin-bottom: 10px;
}

.ruleslist dl dd .detail-btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 2px;
  color: white;
  background: var(--bs-primary);
  font-size: 0.85rem;
}

.ruleslist dl dd .order-btn {
  margin-left: 1rem;
  display: inline-block;
  border: 1px solid var(--bs-blue);
  padding: 0.5rem 2rem;
  border-radius: 2px;
  font-size: 0.85rem;
  color: var(--bs-blue);
}

.school-images {
  display: flex;
}

.school-images > div {
  width: 25%;
  padding: 0 1rem;
}

.school-imagesb {
  display: flex;
  flex-wrap: wrap;
}

.school-imagesb > div {
  width: 30%;
  padding: 0 1rem;
}


.school-imagesc {
  display: flex;
  flex-wrap: wrap;
}

.school-imagesb > div {
  width: 30%;
  padding: 0 1rem;
}

 .image-item span1{
        color: #808080;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 16px;
    display: block;
}

 .image-item h3{
      font-size: 20px;
      color: #0f2345;
     font-family: "微软雅黑", Arial;
     font-weight: bold;
     margin-block-start: 1em;

    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.image-item {
  border-radius: 3px;
  background: white;
  border: 1px solid var(--bs-gray-200);
  transition: all 0.35s;
  overflow: hidden;
  text-align: center;
  margin-top: 2rem;
}

.image-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.image-item p {
  margin: 0;
  padding: 1rem 0;
}

.image-item img {
  width: 100%;
  display: block;
}

.faq-item {
  margin-top: 2rem;
}

.faq-item dt {
  padding-left: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  background: url(../images/faq-icon.png) left center no-repeat;
}

.faq-item dd {
  padding: 13px 20px;
  background: var(--bs-gray-100);
  border-radius: 3px;
  font-size: 0.85rem;
  color: gray;
  line-height: 1.8;
}

.form-title {
  text-align: center;
  margin-bottom: 1rem;
}

.form-title span {
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: var(--bs-primary);
}

.location i {
  margin: 0 0.5rem;
  color: var(--bs-gray-400);
}

.page-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 2px solid var(--bs-gray-100);
  margin: 0;
  padding-bottom: 1.5rem;
}

.page-title p {
  font-size: 0.85rem;
  font-weight: normal;
  margin-bottom: 0;
}

.page-title h1 {
  font-weight: bold;
}

.page-title .items {
  display: flex;
  justify-content: space-around;
  font-size: 1rem;
  font-weight: normal;
  background: var(--bs-gray-100);
  margin: 1rem 2rem 0;
  padding: 1rem;
}

.page-form {
  border-radius: 3px;
  padding: 2rem;
  margin: 2rem;
  border: 1px solid var(--bs-gray-200);
  background: var(--bs-gray-100);
}

.page-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2rem;
}

form i {
  color: var(--bs-danger);
  margin-right: 5px;
}

.sub-nav {
  background: white;
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sub-nav a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.sub-nav a.active, .sub-nav a:hover {
  background: var(--bs-primary);
  color: white;
}

.zy-title {
  color: var(--bs-primary);
  text-align: center;
  font-size: 24px;
  margin-top: 2rem;
}

.zy-title::after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid var(--bs-primary);
  margin: 0.25rem auto;
}

.news-list {
  padding: 1rem 2rem;
}

.news-list a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--bs-gray-200);
  display: flex;
}

.news-list a img {
  width: 180px;
  margin-right: 1rem;
}

.news-list a h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.news-list a p {
  color: gray;
  margin: 10px 0 0;
}

.zy-item {
  border-bottom: 1px solid var(--bs-gray-200);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.zy-item > div:first-child {
  width: 80%;
  border-right: 1px dashed var(--bs-gray-200);
  padding-right: 10%;
}

.zy-item > div:last-child {
  text-align: right;
  flex: auto;
}

.zy-item h3 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 1rem;
  background: url(../images/major-tit-bg.png) left center no-repeat;
}

.zy-item p {
  color: var(--bs-gray);
  margin: 0;
}

.zy-item .items {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.zy-item .detail {
  display: inline-block;
  padding: 0.25rem 3rem;
  color: white;
  background: var(--bs-danger);
  border-radius: 4px;
}

.filter {
  border-bottom: 1px dashed var(--bs-gray-200);
  line-height: 2;
}

.filter span {
  margin-left: 0.25rem;
  padding: 0.25rem 1rem;
  cursor: pointer;
}

.filter span.active, .filter span:hover {
  background: #025951;
  border-radius: 4px;
  color: white;
}

.ls-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  margin: 2rem 0 0;
  padding: 2rem 0;
}

.ls-item dt {
  width: 40%;
  text-align: center;
}

.ls-item dd {
  width: 60%;
  margin: 0;
  color: gray;
  line-height: 2;
}

.ls-item img {
  display: block;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  margin: 0 auto 10px;
}

.ls-item .cate-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.85rem;
  color: white;
  background: var(--bs-primary);
  padding: 3px 1rem;
  border-radius: 4px;
}

.m-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1em;
}

#menu {
  width: 24px;
  height: 23px;
  position: relative;
  cursor: pointer;
}

#menu span {
  display: block;
  width: 24px;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 10px;
}

#menu::before {
  content: "";
  display: block;
  width: 24px;
  border-bottom: 3px solid #333;
  position: absolute;
  top: 0;
}

#menu::after {
  content: "";
  display: block;
  width: 24px;
  border-bottom: 3px solid #333;
  position: absolute;
  bottom: 0;
}

#m-nav {
  display: none;
  position: absolute;
  top: 100%;
  width: 50%;
  right: 0;
  background: white;
  padding: 0 1em;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  line-height: 40px;
}

#m-nav div {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #eeeeee;
}

#m-nav div span {
  width: 40px;
  text-align: center;
  font-family: "宋体";
  transform: rotate(90deg);
  transition: all 0.25s;
}

#m-nav div.on span {
  transform: rotate(-90deg);
}

#m-nav div:first-child {
  border-top: 0;
}

#m-nav ul {
  list-style: none;
  padding-left: 2em;
  display: none;
}

#tel {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 47px;
  height: 47px;
  z-index: 9999;
  background: white;
  border-radius: 100%;
  padding: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.prev-next {
  display: flex;
  padding: 0 2rem;
}

[class^="index-banner-"] {
  height: 500px;
  display: block;
  background-size: cover;
}

.index-banner-1 {
  background: url(../images/banner-1.jpg) center no-repeat;
}

.index-banner-2 {
  background: url(../images/banner-2.jpg) center no-repeat;
}

.click-dy,
.click-wx {
  cursor: pointer;
  margin: 0 0.5rem;
}

#ma-dy,
#ma-wx {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 258px;
  height: 258px;
  margin-left: -129px;
  margin-top: -129px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

@media (max-width: 767px) {
  [class^="index-banner-"] {
    height: 200px;
    background-size: cover;
  }
  .prev-next {
    padding: 0.5rem;
    flex-direction: column;
  }
  .prev-next .text-end {
    text-align: left !important;
  }
  .ls-item {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ls-item dt {
    width: 100%;
  }
  .ls-item dd {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .sub-nav {
    margin-top: 1rem;
  }
  .page-title {
    font-size: 1.75rem;
  }
  .page-content {
    padding: 0.5rem 0 !important;
  }
  .page-content table {
    max-width: 100% !important;
  }
  .page-content form {
    width: 100% !important;
  }
  .owl-carousel {
    margin-top: 50px;
  }
  .page-form {
    padding: 1rem;
    margin: 0;
  }
  .page-form [class^="col-"] {
    margin-top: 1rem;
  }
  .page-form h2 {
    font-size: 1.2rem;
  }
  header img {
    width: 30px !important;
    height: 30px !important;
  }
  .ruleslist {
    padding: 0;
  }
  .ruleslist dl {
    display: block;
  }
  .ruleslist dl dt img {
    width: 100%;
    height: auto;
  }
  .ruleslist dl dd {
    margin: 1rem 0 0;
  }
  .ruleslist dl dd > a {
    font-size: 1.2rem;
  }
  h2.title {
    font-size: 1.5rem;
  }
  .adv-list span {
    font-size: 0.85rem;
  }
  .adv-list span:last-child {
    margin-top: 0.25rem;
  }
  .school-images {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    flex-wrap: wrap;
  }
  .school-images > div {
    width: 50%;
    padding: 0 0.25rem;
    margin-top: 1rem;
  }
.school-imagesb > div {
        width: 50%;
  padding: 0 1rem;
  }
  .school-images .image-item {
    margin-top: 0;
    height: 100%;
  }
  .school-images .image-item p {
    height: 100%;
  }
  .foo-nav-box {
    padding-left: 0.75rem !important;
    margin-top: 1rem;
  }
  footer a {
    display: inline-block;
  }
  footer .a-items div {
    flex-direction: column;
  }
  .news-list {
    padding: 1rem;
  }
  .news-list img {
    display: none;
  }
  .zy-item {
    flex-direction: column;
  }
  .zy-item > div:first-child {
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-bg {
    background: white !important;
  }
}
